Exclusive catalog of custom architectural decor on white abstract background blocks.
Your essential design
& specification catalog

Get the definitive guide to our custom decorative architectural foam shapes. This free catalog is packed with hundreds of design profiles, detailed technical specifications, and real-world project applications.

Download Free Catalog
Let's build something great together

Have a project in mind?

Our dedicated specialists are ready to collaborate with you, turning your concept into a detailed plan with a transparent budget. Let’s bring your vision to life!

Exclusive catalog of custom architectural decor on white abstract background blocks.
Need Specs Right Now?

In a design sprint? Skip the wait and download our digital versions instantly. Get all the architectural profiles and technical data ready to drop into your project folders.

Download Free Stucco Fence Catalog
or
Request a Printed Catalog

Prefer a physical book for the drafting table or client meetings? Enter your details below. We’ll ship our complete printed catalog of profiles, specs, and finishes straight to your office.

Cookie Policy

last updated September 10, 2026

  1. Cookie Technologies
    Cookies and similar technologies help us deliver a consistent user experience. 
  2. Categories of Cookies
    Our cookie technologies include strictly necessary, functional, performance, and analytics cookies, together with other technologies that enable Website administration, performance monitoring, service optimization, and related operational purposes.
  3. Your Cookie Choices
    You remain in control of your cookie preferences. Consent may be granted, withdrawn, or modified at any time through your browser or device controls or, where available, by using the “Cookie Settings” feature provided on the Website. Certain preferences may affect the availability or operation of the Website’s functionality.
  4. Third-Party Technologies
    Some tracking technologies are implemented by third-party vendors, analytics providers, or other authorized service providers. 
  5. Amendments
    This Cookie Policy may be revised at the Company’s sole discretion to reflect changes in requirements, regulatory guidance, business operations, or Website technologies.

Get a free catalog

Let's connect! Send us a message, and we'll get back to you as soon as possible.

or get a printed catalog
[contact-form-7 id="e905a54" title="Form free catalog"]
document.addEventListener( 'wpcf7mailsent', function( event ) {
    if ( '18434' == event.detail.contactFormId ) {
        
        setTimeout(function() {
            const popupId = '18431';
            
            // Варіант А: Через глобальну функцію Bricks (якщо вона доступна)
            if (typeof bricksData !== 'undefined' && typeof bricksClosePopup === 'function') {
                bricksClosePopup(popupId);
            } 
            
            // Варіант Б: Силове закриття через API Bricks (найефективніший метод)
            if (typeof bricksPopupClose === 'function') {
                bricksPopupClose(popupId);
            }

            // Варіант В: Гарантоване приховування через DOM та видалення блокуючих класів
            const popupElement = document.querySelector('.brxe-popup-' + popupId);
            if (popupElement) {
                // Видаляємо класи видимості
                popupElement.classList.remove('show', 'brx-open');
                // Видаляємо клас із body, який блокує скрол
                document.body.classList.remove('bricks-popup-open');
                // Додаємо стиль прямо в атрибут для надійності
                popupElement.style.display = 'none';
            }
        }, 1000);
    }
}, false );