The BeStrong EXTRA LARGE 231 MULTISPORT park has such a wide range of equipment that everyone from beginners to more experienced sportsmen and women can find the right equipment for their training. The EXTRA LARGE 231 MULTISPORT is an excellent choice for sports clubs.
Combinability
Our fitness park equipment includes a wide range of Calisthenics, Fitness, Outdoor CrossFit, Sport specific, Recreational elements, which can be combined with any of our sports park configurations.
Surfacing
For increased safety, we install these BeStrong gyms with rubber flooring.
Accessories
Workout exercises can be supplemented with various exercise equipment such as TRX, kettlebell or medicine ball.
Capacity: up to 26 people can exercise on the fitness equipment at the same time.
STEPPERS
STRAIGHT PULL-UP BAR 1900
Lateral Plyo Box Pro
Ab & Back trainer 1900
Three element parallel bar 1500
Horizontal Wave 1500
Combined Pull-up Bar 1500
Narrow Pull-up Bar 1500
Low Pull-up & Dip bar
Double Multifunctional Trainer
Push-up Handrail
Nordic Hamstring Station Pro
Resistance Band Anchor Pro
Balance Board Pro
Wall Bars 1900
Combined Pull-up Bar 1500
Monkey Rack
Trapeze Ladder
BeStrong fitness parks are manufactured with innovation and continuous improvement in mind to ensure that our products meet the most demanding needs.
The desired sports park is designed by our experienced engineers after a needs assessment. Our specialists then manufacture the sports park on our own premises and finally install it on request.
Sports parks are also available with custom painting, for more information please contact our colleagues:
REQUEST AN INDIVIDUAL OFFER
All BeStrong sports park elements are certified according to MSZ EN 16630 2015 “Permanently installed outdoor fitness equipment.”
Explore the BESTRONG site that suits your preferences!
// Function to set a cookie with the specified name, value, and expiration time function setCookie(name, value, days) { var expires = new Date(); expires.setTime(expires.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = name + "=" + value + ";expires=" + expires.toUTCString() + ";path=/"; }
// Function to check if the closing cookie exists function checkClosingCookie() { var cookies = document.cookie.split(";");
for (var i = 0; i < cookies.length; i++) { var cookie = cookies[i].trim(); if (cookie.indexOf("spu_closing_18884") === 0) { return true; // Closing cookie exists } }return false; // Closing cookie does not exist }// Function to handle the popup display function displayPopup() { // Check if the closing cookie exists if (!checkClosingCookie()) { // Show your popup code here // Replace the following line with your actual popup display code console.log("Popup should be displayed now!");// Set the closing cookie for 365 days setCookie("spu_closing_18884", "true", 365); } }// Call the displayPopup function on page load window.onload = function() { displayPopup(); };