EXPANDED CLAY 50L FR.10-20 MM

The photographs are for illustrative purposes only.
Get AI analytics on product EXPANDED CLAY
50L FR.10-20 MM:
11.84€ / bag
Ex Tax: 9.55€ / bag
0.24€ / m²
1 bag = 50m²
Leca
0 reviews
In stock
Product Code: 000-335446ASP
Price in reward points: 1

Specification

  • Application: Floor insulation
  • Fraction: 10-20 MM
  • Type: Gravel Leka
  • Volume (L): 50
Qty
Tags:

SPECIFICATION EXPANDED CLAY 50L FR.10-20 MM price 8.50€ Leca

Package dimensions70,00 x 45,00 x 15,00 cm
Net weight14,000 kg

Kergkruus on keraamiline täite- ja soojustusmaterjal, mis saadakse savist pöördahjus põletusprotsessi tulemusel.

EELISED:
◾ Kerge täitematerjal
◾ Soojustusmaterjal
◾ Dreeniv materjal
◾ Ei karda vett ega tuld

KASUTUSKOHAD:
◾ Soojustus ja täitematerjalina vundamentide, keldriseinte ja torustike ümber, põrandate, teede, (spordi)platside all ning vahe- ja katuslagede ehitusel
◾ Drenaažina vundamentide ümber, (spordi)platside all
◾ Koormuse vähendajana hoonete/rajatiste all, keldriseintele langeva koormuse vähendamiseks, põrandates, teede ehituses
◾ Ventileeriva ja tasandava kihina põrandates, katuslagedes
◾ Haljastuses ja reoveepuhastuses

Description provided by sitypro.com

Thermal insulation
Application
Floor insulation
Fraction
10-20 MM
Type
Gravel Leka
Общее
Volume (L)
50
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
EXPANDED CLAY 50L FR.10-20 MM
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the EXPANDED CLAY 50L FR.10-20 MM

What is EXPANDED CLAY 50L FR.10-20 MM and what is it used for?

EXPANDED CLAY 50L FR.10-20 MM is a 50‑litre expanded clay aggregate with 10–20 mm fraction, produced by firing clay. It is used as a lightweight fill, thermal insulation and drainage material around foundations, floors, roads, roofs, and in landscaping and wastewater treatment.

Is EXPANDED CLAY 50L FR.10-20 MM suitable for insulating a house floor?

Yes — the 10–20 mm expanded clay is used as an insulating and leveling layer under screeds or in ventilated floors. It reduces heat loss while providing a lightweight load on the structure.

Can EXPANDED CLAY 50L FR.10-20 MM be used as drainage around foundations?

Yes — expanded clay is permeable and water-resistant, making it suitable as a drainage layer around foundations and under sports fields. Use geotextile to prevent fine particles from clogging the layer.

Is the 10–20 mm fraction suitable for garden pots and containers?

10–20 mm is too coarse for small pots but works well as a drainage layer in large containers and planter beds. It improves root aeration and prevents waterlogging.

Can EXPANDED CLAY 50L FR.10-20 MM be used in road and sports field bases?

Yes — expanded clay serves as a lightweight fill and drainage layer beneath road and sports surfaces. It reduces ground load and improves water drainage.

What are the advantages of EXPANDED CLAY 50L FR.10-20 MM over sand or crushed stone?

Expanded clay is much lighter, provides better thermal insulation and drainage, and resists moisture and fire. It reduces structural loads while improving insulation without heavy compaction.

How thick should the EXPANDED CLAY 50L FR.10-20 MM layer be under a screed for insulation?

Typically 50–200 mm of expanded clay is used for insulation under a screed, depending on required thermal resistance and floor construction. Exact thickness should be determined by a designer or thermal calculation.

Can EXPANDED CLAY 50L FR.10-20 MM reduce loads on a strip foundation?

Yes — expanded clay is used as a lightweight fill beneath foundations to reduce overall ground pressure. This can lower stress on basement walls and improve stability.

Do I need to mix EXPANDED CLAY 50L FR.10-20 MM with other materials when laying a ventilated layer?

Expanded clay is typically laid clean as a ventilating and leveling layer. Use geotextile or a light sand bedding if needed, but mixing with other aggregates is not necessary.

Is EXPANDED CLAY 50L FR.10-20 MM suitable for wastewater treatment and filtration?

Yes — its permeable, ceramic structure makes expanded clay suitable as a filtration layer in wastewater treatment systems. It withstands moisture and biological loads.

Where to buy EXPANDED CLAY 50L FR.10-20 MM?

You can buy EXPANDED CLAY 50L FR.10-20 MM in our online store for 9.55€. Category: Thermal insulation / construction wool.

What is the price of EXPANDED CLAY 50L FR.10-20 MM?

The current price of EXPANDED CLAY 50L FR.10-20 MM is 9.55€. Brand: Leca.

EXPANDED CLAY 50L FR.10-20 MM — specifications and description

Model: 000-335446ASP. Category: Thermal insulation / construction wool. Brand: Leca. Price: 9.55€.

Google reviews

See all reviews

Model

//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');