Video

Pod czujnym okiem wykwalifikowanych instruktorów poprawisz kondycję i spalisz dodatkowe kalorie. A to wszystko w przyjaznej atmosferze. Poznaj specjalistów w swoich dziedzinach, którzy zarażą Cię pozytywną energią i zachęcą do regularnego treningu..


Trening z Taśmami Oporowymi


Interwałowy Trening Obwodowy


TBC


Pilates 06.05.2021


Tabata 30.04.2021


Płaski Brzuch 27.04.2021


Pupomania 22.04.2021


BODYSHAPE 20.04.2021

Zacznij Swój Trening Już Dziś

BRAK UMOWY! BRAK OPŁATY ADMINISTRACYJNEJ! POCZUJ SIĘ WOLNY I DECYDUJ KIEDY CHCESZ TRENOWAĆ!

kontakt
// Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the element that closes the modal var span = document.getElementById("close"); // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it