Implementation of large-scale RES projects

Turnkey construction in Poland and Europe.

Implementation of large-scale RES projects 1

Turnkey construction in Poland and Europe.
<script>
    var container = document.getElementById('home-hero__overflow-container');
    //const slide1 = document.getElementById('home-hero__overflow-1st');
    //const slide2 = document.getElementById('home-hero__overflow-2nd');

    container.scrollTop = 0;

    // Zablokuj możliwość przewijania do góry
    container.addEventListener('wheel', function(e) {
        if (e.deltaY < 0) {
            e.preventDefault();
        }
        setTimeout(function() {
            if (container.scrollTop !== 0) {
                console.log(container.scrollTop);
            }
        }, 500)

    });
</script>
<script>
document.addEventListener("DOMContentLoaded", function () {
    const heroBg = document.getElementById('home-hero__bg');
    const heroContainer = document.getElementById('home-hero__container');

    function updateBgWidth() {
        const computedStyle = window.getComputedStyle(heroContainer);
        const rightMargin = parseFloat(computedStyle.marginRight); // Konwertujemy na liczbę
        let bgWidth = window.innerWidth - rightMargin;
        console.log(bgWidth);
    }

    window.addEventListener('resize', updateBgWidth);
    updateBgWidth();
});

</script>

We offer a full range of technical and consulting services

With 30 years of experience in the construction and engineering industry, EPC Solar offers comprehensive solutions for the construction and maintenance of photovoltaic farms, wind farms, and energy storage facilities.

As a leader in RES infrastructure, our experienced team of designers and engineers ensures the highest technical standards and operational efficiency through a full spectrum of technical and consulting services and unique construction solutions.
development of construction and detailed designs
execution and supervision of subcontractors
Technical and financial analysis of photovoltaic farms
expert opinions and technical opinions
obtaining a building permit and obtaining connection conditions
Development of concepts and simulations of plant productivity
preparation of cost estimates
conducting design training and author supervision
execution and supervision of subcontractors
obtaining a building permit and obtaining connection conditions
Development of concepts and simulations of plant productivity
conducting design training and author supervision
Development of productivity concepts and simulations
Technical and financial analysis of photovoltaic farms
expert opinions and technical opinions
preparation of cost estimates

Comprehensive offer for RES

We carry out large-scale RES projects and turnkey construction in Poland and Europe.

We feel responsible, for the quality of the environment and the future of future generations

Get to know our company

Implemented projects

Request a Quote

* Required Fields
Consent to each provision is voluntary. Any consent can be withdrawn at any time without any negative consequences. Withdrawing consent does not affect the legality of processing carried out prior to its withdrawal.

Please be informed that in order to best tailor our service offerings to your needs, the proposal may be presented by one of the following companies: Zielona-Energia.com Logistics Sp. z o.o., EDP Energia Polska Sp. z o.o., or Soon Energy Poland Sp. z o.o..
<script>

    document.addEventListener('DOMContentLoaded', function() {
        const emailField = document.getElementById('contact-form__email');
        const emailInput = emailField.querySelectorAll('input')[0];

        if (emailInput) {
            console.log('Dodano event listener');
            emailInput.addEventListener('input', function () {
                console.log('Wywołano Event Listener "Input"');
                const email = emailInput.value;
                if (isValidEmail(email)) {
                    console.log('Email poprawny');
                    emailInput.classList.remove('contact-form__email--incorrect');
                } else {
                    console.log('Email niepoprawny');
                    emailInput.classList.add('contact-form__email--incorrect');
                }
            });
        }

        function isValidEmail(email) {
            const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
            return emailRegex.test(email);
        }
    })

</script>

Ask for a quote

* Mandatory fields
The expression of any consent is voluntary. Any consent can be revoked at any time without any negative consequences. Withdrawal of consent does not affect the lawfulness of processing carried out prior to its withdrawal.

Please be advised that in order to best match the offer of our services to your needs, the offer will be provided by EPC Solar Ltd.
<script>

    document.addEventListener('DOMContentLoaded', function() {
        const emailField = document.getElementById('contact-form__email');
        const emailInput = emailField.querySelectorAll('input')[0];

        if (emailInput) {
            console.log('Dodano event listener');
            emailInput.addEventListener('input', function () {
                console.log('Wywołano Event Listener "Input"');
                const email = emailInput.value;
                if (isValidEmail(email)) {
                    console.log('Email poprawny');
                    emailInput.classList.remove('contact-form__email--incorrect');
                } else {
                    console.log('Email niepoprawny');
                    emailInput.classList.add('contact-form__email--incorrect');
                }
            });
        }

        function isValidEmail(email) {
            const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
            return emailRegex.test(email);
        }
    })

</script>