Flexible hose D13 ST 715 3/4, FM 70

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose D13 ST 715 3/4, FM 70:
7.58€/pc.
Ex Tax: 6.11€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-4394774MASP
EAN Code: 4750667099232
Qty
Tags:

Compact D13 ST 715 flexible connector (FM 70) for plumbing

Flexible hose intended for connecting plumbing and equipment where a D13 ST 715 FM 70 type hose with 3/4 connection is required.

Key Benefits


    Flexible design allows easy routing in tight spaces
  • Compatible with 3/4 connections for broad applicability
  • Model FM 70 designation for clear identification
  • Simplifies installation and reduces need for rigid fittings
  • Versatile solution for multiple plumbing tasks

Applications

Suitable for plumbing and equipment connections that accept a D13 ST 715 hose with a 3/4 interface.


    Domestic water supply connections
  • Appliance hookups (e.g., washing machines, dishwashers)
  • Heating system connections and radiators
  • Service and maintenance replacements

What to Consider When Choosing


    Confirm compatibility with the D13 and 3/4 connection on your system
  1. Verify the ST 715 / FM 70 designation matches the required model
  2. Assess installation space and necessary hose flexibility
  3. Check connector type and sealing method before purchase
  4. Compare price and features to other available hoses

Specifications


    Type: Flexible hose
  • Designation: D13 ST 715
  • Connection size: 3/4
  • Model: FM 70

Why Buy from SityPro


    Easy to buy online at SityPro with clear product information
  • Transparent price and visible features to help selection
  • Fast delivery options to Estonia and Finland
  • Customer support and advice for correct application
  • Wide product range for quick replacements and upgrades

Description provided by sitypro.com

Flexible hose D13 ST 715 3/4, FM 70
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка D13 ST 715 3/4, FM 70

What is the Flexible hose D13 ST 715 3/4, FM 70 and what is it used for?

Flexible hose D13 ST 715 3/4, FM 70 is an ST 715 model flexible plumbing connector marked FM 70 with a 3/4 connection, designed for plumbing and appliance hookups. It’s used for taps, basins, boilers and washing/dishwashing machines, easing installation in tight spaces and reducing stress on rigid fittings.

Which appliances is the Flexible hose D13 ST 715 3/4, FM 70 compatible with?

The hose is compatible with appliances and fittings that accept a 3/4 threaded connection. Use it for taps, washbasins, boilers and washing/dishwasher connections provided the thread type and size match.

What is the benefit of the FM 70 marking on the hose?

The FM 70 marking provides quick model identification, making it easier to select the correct replacement or confirm compatibility during installation. It speeds up checks when servicing or replacing plumbing connections.

What are the diameter and length of Flexible hose D13 ST 715 3/4, FM 70?

The label indicates D13 for the hose type/diameter and a 3/4 threaded connection. The product description does not specify length, so choose the required length for your installation or confirm with the seller.

Can I use this hose for connecting a boiler and heating radiator?

Yes — the description lists use for boilers and heating connections provided the appliance has a 3/4 connection and D13 diameter fits. Verify your installation's temperature and pressure requirements before use.

Is the Flexible hose D13 ST 715 3/4, FM 70 suitable for connecting a washing machine?

Yes — it’s suitable for appliance hookups like washing and dishwashing machines if the appliance has a 3/4 threaded inlet and D13 diameter matches. Check required length and installation conditions.

What material is the Flexible hose D13 ST 715 3/4, FM 70 made of and how flexible is it?

The description highlights the flexible ST 715 construction for easy routing in tight spaces and reduced stress on rigid joints. The exact material is not specified in the product data, so ask the seller for details on materials and corrosion protection.

How does Flexible hose D13 ST 715 3/4, FM 70 differ from other flexible hoses?

This model combines D13 diameter, ST 715 construction and FM 70 marking with a 3/4 thread, giving compatibility with 3/4 fittings and easy identification. Differences versus other hoses depend on diameter, length, materials and connector types.

How do I choose the correct length and connector type for D13 ST 715 3/4, FM 70?

Measure the distance between connection points and add slack for bends; the connector type is 3/4 as stated. Ensure the D13 diameter and thread match your appliance before purchasing.

Are additional seals required when installing this flexible hose?

The description does not state whether seals are included; 3/4 threaded connections commonly use rubber washers or PTFE tape. Check if a washer is supplied and fit an appropriate rubber seal or PTFE tape if needed.

Is this hose suitable for long-term use and plumbing repairs?

Yes — the product is intended for replacements and maintenance in domestic and commercial plumbing, and its flexibility reduces stress on joints. For longevity, confirm the hose material and that it meets your system’s pressure and temperature requirements.

Google reviews

See all reviews
//$('#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ххххххх');