Warning: Undefined array key "बहिः गच्छतु" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 181
Current File : /home/httpd/vhosts/puntogroup.ru/httpdocs/include/popup-form-bitrix24.php
<? if(isset($_GET['promo']) && $_GET['promo'] == 'true') { ?>
    <style>
        .overlay-bitrix24{
            position: fixed;
            width: 100%;
            height: 100vh;
            z-index: 999;
            background: #0000008c;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .close-overlay-bitrix24{
            position: fixed;
            top: 10px;
            right: 10px;
            background: none;
            width: 45px;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;
        }
        .hide-popup-form24{
            display:none !important;
        }
        @media(max-width:768px){
            .bform-popup{
                width: 90%;
                margin: 0 auto;
            }
        }
    </style>
    <div class="overlay-bitrix24">
        <button class="close-overlay-bitrix24">
            <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="white" class="bi bi-x-lg" viewBox="0 0 16 16">
                <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/>
            </svg>
        </button>
        <div class="bform-popup">
        <script data-b24-form="inline/47/b3rood" data-skip-moving="true">(function(w,d,u){var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/180000|0);var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})(window,document,'https://cdn-ru.bitrix24.ru/b19907656/crm/form/loader_47.js');</script>
        </div>
    </div>
    <script>
        try {
            document.addEventListener("DOMContentLoaded", () => {
                const closeOverlayBTN24 = document.querySelector("button.close-overlay-bitrix24 svg");
                closeOverlayBTN24.addEventListener("click", () => {
                    document.querySelector(".overlay-bitrix24").classList.add("hide-popup-form24");
                });
            });
        } catch (error) {
            console.log(error);
        }
    </script>
<? } ?>