    
	<link rel="stylesheet" href="https://rg-racing-wp.sitesdemo.xyz/wp-content/plugins/car-details/homepage.css">
    <link href="https://rawgit.com/select2/select2/master/dist/css/select2.min.css" rel="stylesheet" type="text/css"/>
    <link href="https://files.rg-racing-sp.com/specs/css/slick.css" rel="stylesheet" type="text/css"/>
	<link href="https://files.rg-racing-sp.com/specs/css/slick-theme.css" rel="stylesheet" type="text/css"/>
	<link href="https://files.rg-racing-sp.com/specs/css/search-frame.css" rel="stylesheet" type="text/css"/>
    <!-- BEGIN: CSS Assets-->
    <link rel="stylesheet" href="https://files.rg-racing-sp.com/dist/css/app.css" />
    <link rel="stylesheet" href="https://files.rg-racing-sp.com/assets/vendor/flag-icon-css/flag-icon.min.css" />
    <style type="text/css">
    	.select2-results__option {
		    text-align:left;
		    color: #444444;
		}
		.page .select2-container--default .select2-selection--single .select2-selection__rendered {
		    line-height:8px;
		}
        .chartjs-render-monitor {
            height: unset !important;
        }
        @media only screen and (max-width: 600px) {
            #some-element{
                display: none;
            }
        }
        @media only screen and (min-width: 601px) {
            #some-element{
                display: inline-block;
            }
        }
        
        .grid-cols-5{
            grid-template-columns: auto auto auto auto auto;
        }

        @media screen and (max-width: 768px){
            .grid-cols-5{
                grid-template-columns: auto;
            }
        }
        
        .select2-container {
            width: 180px !important;
        }
        .select2-container--open .select2-dropdown--below{
            /*margin-top: 30px;*/
            background: #a3a3a3;
        }
    </style>
    
	<div class="grid grid-cols-5 gap-6">
        <div class="mb-4">
            <select class="input border w-full mt-2 type" id="type">
                <option value=""></option>
                 ?>
                
            </select>
        </div>
        <div class="mb-4">
            <select class="input border w-full mt-2 make" disabled id="make">
                <option value="">Make</option>
            </select>
        </div>
        <div class="mb-4">
            <select class="input border w-full mt-2 model" disabled id="model">
                <option value="">Model</option>
            </select>
        </div>
        <div class="mb-4">
            <select class="input border w-full mt-2 generation" disabled id="generation">
                <option value="">Generation</option>
            </select>
        </div>
        <div class="mb-4">
            <select class="input border w-full mt-2 engine" disabled id="engine">
                <option value="">Engine</option>
            </select>
        </div>
        <span id="some-element"></span>
    </div>

    <!-- Render Vehicle -->
    <div id="result__render-vehicle" hidden>
    <div class="grid grid-cols-12 gap-6 pt-6">
        <div class="col-span-12 sm:col-span-4 xl:col-span-4">
            <div class="relative h-full">
                <img class="" id="car_image_area" src="">
                <img class="absolute right-0 bottom-0" id="_logo_brand" src="">
            </div>
        </div>
        <div class="col-span-12 sm:col-span-12 xl:col-span-8">
            <div class="tuning_stats_wrap">
                <ul class="stats_heading">
                    <li></li>
                    <li>Standard</li>
                    <li>Stage 1</li>
                    <li>Difference</li>
                    <li class="no_background"></li>
                    <li class="stage2head">Stage 2</li>
                    <!-- <li class="ecoStagehead">Eco</li> -->
                </ul>
                <ul class="stats_content">
                    <li>Power</li>
                    <li id="csbph_standard">170hp</li>
                    <li id="csbph_stage1">180hp</li>
                    <li id="csbph_different">10hp</li>
                    <li class="no_background" id="bph_mpercent">+5%</li>
                    <li id="csbph_stage2">198hp</li>
                    <!-- <li id="csbph_eco"></li> -->
                </ul>
            </div>
            <div class="tuning_stats_wrap">
                <ul class="stats_content">
                    <li>Torque</li>
                    <li id="cstorque_standard">170hp</li>
                    <li id="cstorque_stage1">180hp</li>
                    <li id="cstorque_different">10hp</li>
                    <li class="no_background" id="torque_mpercent">+5%</li>
                    <li id="cstorque_stage2">198hp</li>
                    <!-- <li id="cstorque_eco"></li> -->
                </ul>
            </div>
            <div id="csproductname" class="text-3xl text-white font-medium italic text-center p-5 bg-gray-700">Abarth 124 Spider - 1.4 - 170-BHP - 127-KW</div>
        </div>
    </div>
    <div class="grid grid-cols-12 gap-6 pt-8 mfilter_second filterarea">
        <div class="col-span-12 sm:col-span-3 xl:col-span-3 car-type-selection">
            <div class="flex justify-center">
                <a href="javascript:;" class="w-12 h-12 px-1 mcars" data-type="cars">
                    <img src="https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/vehicle_icons/Icons_Vehicle_Car.png">
                </a>
                <a href="javascript:;" class="w-12 h-12 px-1 mtrucks" data-type="trucks">
                    <img src="https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/vehicle_icons/Icons_Vehicle_Truck.png">
                </a> 
                <a href="javascript:;" class="w-12 h-12 px-1 mtractors"data-type="tractors">
                    <img src="https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/vehicle_icons/Icons_Vehicle_Tractor.png">
                </a>
                
            </div>
            <select class="input border w-full mt-2 mcars_selection mmake">
                <option value="0">Make</option>
            </select>
            <select class="input border w-full mt-2 mmodel_selection mmodel">
                <option value="0">Model</option>
            </select>
            <select class="input border w-full mt-2 mengine_selection mengine">
                <option value="0">Engine</option>
            </select>
        </div>
        <div class="col-span-12 sm:col-span-9 xl:col-span-9 grid grid-cols-12 gap-6">
            <div class="col-span-12 sm:col-span-6 xl:col-span-6">
                <table class="table">
                    <tr>
                        <th class="border">CAR SPECIFICATION</th>
                    </tr>
                    <tr>
                        <td class="border">Type: <span id="cstype"></span></td>
                    </tr>
                    <tr>
                        <td class="border">Make: <span id="csmake"></span></td>
                    </tr>
                    <tr id="csgeneration_tr">
                        <td class="border">Generation: <span id="csgeneration"></span></td>
                    </tr>
                    <tr>
                        <td class="border">Model: <span id="csmodel"></span></td>
                    </tr>
                    <tr>
                        <td class="border">Fuel: <span id="csfuel"></span></td>
                    </tr>
                    <tr>
                        <td class="border">Engine: <span id="csenginetype"></span></td>
                    </tr>
                    <tr id="csenginecode_tr">
                        <td class="border">Engine Code: <span id="csenginecode"></span></td>
                    </tr>
                </table>
            </div>
            <div class="col-span-12 sm:col-span-6 xl:col-span-6">
                <table class="table available_solutions">
                    <thead>
                        <tr>
                            <th colspan="2" class="border">Available Solutions</th>
                        </tr>    
                    </thead>
                    <tbody>
                        
                    </tbody>

                </table>
            </div>
        </div>

        <div class="col-span-12 desktopDiv">
            <div class="w-full m-auto">
                <canvas class="m-auto js-chart--vehicle" height="167" ></canvas>
            </div>
        </div>
        

    </div>
</div>
    
    <script src="https://files.rg-racing-sp.com/specs/js/slick.min.js"></script>
    <script type="text/javascript" src="https://files.rg-racing-sp.com/dist/js/app.js"></script>
    <script type="text/javascript" src="https://files.rg-racing-sp.com/specs/js/select2.full.js"></script>

    <script>
    	jQuery(document).ready(function(){
    		//alert('ss');
    	});
        
    </script>
      <script>
        jQuery(document).ready(function($) {

            var is_mobile = false;
            if( $('#some-element').css('display')=='none') {
                is_mobile = true;       
            }

            if (is_mobile == true) {
                $('.js-chart--vehicle').attr("height","290");
            }

            $.ajaxSetup({
                headers: {
                    'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                }
            });

            var images = [];
            function preload() {
                for (var i = 0; i < arguments.length; i++) {
                    images[i] = new Image();
                    images[i].src = "/images/optlogos/" + preload.arguments[i] + ".png";
                }
            }
            // slider brands slick
            $(".crousel-wrapper").slick({lazyLoad: 'progressive',accessibility:!1,slidesToShow:6,slidesToScroll:1,autoplay:!0,autoplaySpeed:2e3,arrows:!1,infinite:!0});

        $.ajax({
            type:"GET",
            data:{value:'type'},
            url:'https://files.rg-racing-sp.com/chiptuning/ajax/data/types',
            beforeSend:function(){
                $('#type').html('<option selected="selected" disabled="disabled">Loading...</option>')
            },
            success:function(res)
            {
                console.log(res);
                
                typeHtml = "<option>Select</option>";
                res.forEach((key,f) => {
                    typeHtml += '<option value="'+key.id+'">'+key.language[0].value+'</option>';
                })
                $('#type').html(typeHtml);
            }
        });

        $('#type').on('change',function(){
                // $('.make,.mmake').html('<option value="">--Select--</option>');
                $.ajax({
                    url:"https://files.rg-racing-sp.com/chiptuning/ajax/data/makes",
                    data:{'type_id':$(this).val()},
                    type:'GET',
                    success:function(res){
                        if (res.message=='success') 
                        {
                            $('#make').prop('disabled', false);
                            $makeHtml="<option>Select</option>";
                            res.data.forEach((key,field)=>
                            {
                                $makeHtml+='<option value="'+key.id+'">'+key.title+'</option>';
                            });
                            $('.make,.mmake').html($makeHtml);
                            
                        }
                    }
                })
            });

        $('#make,.mmake').on('change',function(){
                // $('#model,.mmodel').html('<option value="">--Select--</option>');
                $.ajax({
                    url:"https://files.rg-racing-sp.com/chiptuning/ajax/data/models",
                    data:{'make_id':$(this).val()},
                    type:'GET',
                    success:function(res){
                        if (res.message=='success') 
                        {
                            $modelHtml="<option>Select</option>";
                            res.data.forEach((key,field)=>
                            {
                                $modelHtml+='<option value="'+key.id+'">'+key.model+'</option>';
                            });
                            $('#model,.mmodel').html($modelHtml);
                            $('#model').prop('disabled', false);
                        }
                    }
                })
            });

        $('#model,.mmodel').on('change',function(){
                            // $('#generation,.mgeneration').html('<option value="">--Select--</option>');
                            $.ajax({
                                url:"https://files.rg-racing-sp.com/chiptuning/ajax/data/generations",
                                data:{'model_id':$(this).val()},
                                type:'GET',
                                success:function(res){
                                    if (res.message=='success') 
                                    {
                                        $entHtml="<option>Select</option>";
                                        console.log(res.data);
                                        res.data.forEach((key,field)=>
                                        {             
                                            if (key.build_generation!='' && key.build_generation!=null) {
                                                $entHtml+='<option value="'+key.id+'">'+key.build_generation+'</option>';                               
                                            }
                                        });
                                        $('#generation,.mgeneration').html($entHtml);
                                        $('#generation').prop('disabled', false);
                                    }
                                }
                            })
                        });

        $('#generation,.mgeneration').on('change',function(){
                            // $('#engine,.mengine').html('<option value="">--Select--</option>');
                            $.ajax({
                                url:"https://files.rg-racing-sp.com/chiptuning/ajax/data/engines",
                                data:{'build_id':$(this).val()},
                                type:'GET',
                                success:function(res){
                                    if (res.message=='success') 
                                    {
                                        $entHtml="<option>Select</option>";
                                        console.log(res.data);
                                        res.data.forEach((key,field)=>
                                        {             
                                            enginetype = key.enginetype+' - '+key.power+'-'+'HP';
                                            if (key.kilowatt!='' && key.kilowatt!=null) {
                                                enginetype=enginetype+' - '+key.kilowatt+'-KW';
                                            }
                                            $entHtml+='<option value="'+key.id+'">'+enginetype+'</option>';                               
                                        });
                                        $('#engine,.mengine').html($entHtml);
                                        $('#engine').prop('disabled', false);
                                    }
                                }
                            })
                        });

            
            // function e(e, t, o, m, n) {
            //     $.ajax({
            //         type: "GET",
            //         data: {
            //             type: t,
            //             make: o,
            //             model: m,
            //             list: e,
            //         },
            //         url: 'https://files.rg-racing-sp.com/chiptuning/ajax/data',
            //         beforeSend: function() {
            //             $("." + e).html('<option selected="selected" disabled="disabled">Loading...</option>')
            //         },
            //         success: function(t) {
            //             $("." + e).html("<option></option>"), 
            //             $(".m" + e).html("<option>Select</option>"),
            //             $.each(t, function(t, n) {
            //                 if (o == n.id) {
            //                         if (e == 'make') a = "<option data-name='" + n.make + "' value=" + n.id + ">" + n.make + "</option>";
            //                         else if (e == 'model') a = "<option data-name='" + n.model + "' value=" + n.id + ">" + n.model + "</option>";
            //                         $(a).appendTo("." + e)
            //                 } else {
            //                         if (e == 'make') a = "<option data-name='" + n.make + "' data-image='" + n.imagesrc + "' value=" + n.id + ">" + n.make + "</option>";
            //                         else if (e == 'model') a = "<option data-name='" + n.model + "' value=" + n.id + ">" + n.model + "</option>";
            //                         else if ((e == 'engine_type') ? e = 'engine' : e) a = "<option data-name='" + n.engine_type + "' value=" + n.id + ">" + n.engine_type + "</option>";
                                        
            //                         // } 
            //                         // else if (void 0 !== n.name_en) var a = "<option data-id='" + n.item_id + "' value=" + n.id + ">" + n.name_en + "</option>";
            //                         $(a).appendTo("." + e);
            //                         //set data select small
            //                     $(a).appendTo(".m" + e);
            //                 }
            //             }), $("." + e).select2("open")
            //         }
            //     })
            // }


            $(".type").select2({
                width: '100%',
                placeholder: "Type"
            }), $(".make").select2({
                width: '100%',
                placeholder: "Make",
                templateResult: function(e) {
                            let image = $(e.element).attr('data-image');
                            let type = $('#type').val();
                            return e.id && image ? '<img class="option-logo" src="../logos/'+type+'/' + image + '" />' + e.text : e.text
                },
                templateSelection: function(e) {
                    return e.text
                },
                escapeMarkup: function(e) {
                    return e
                }
            }), $(".model").select2({
                width: '100%',
                placeholder: "Model"
            }), $(".generation").select2({
                width: '100%',
                placeholder: "Generation"
            }), $(".engine").select2({
                width: '100%',
                placeholder: "Engine"
            }), $(".type").on("change", function() {
                // $(".model").html("<option></option>"), $(".engine").html("<option></option>"), e("make", $(this).val(), null, null, !1)

                // set data select small
                $('.car-type-selection a').css('opacity', '1');
                $('.car-type-selection ' + '.m' + $(this).val() ).css('opacity', '0.5');
                $('.car-type-selection a').removeClass("mtype_selected");
                $('.car-type-selection ' + '.m' + $(this).val() ).addClass("mtype_selected");

            }), $(".make").on("change", function() {
                e("model", $('.type').val(), $(this).find(":selected").attr("data-name"), null, !1)

                $(".mfilter_second .mmake").val($(this).find(":selected").val());
                

            }), $(".model").on("change", function() {
                e("engine_type", $('.type').val(), $('.make').find(":selected").attr("data-name"), $(this).find(":selected").attr("data-name"), !1)
                // set data select small
                $(".mfilter_second .mmodel").val($(this).find(":selected").val());
            }), $(".brand-logo").on("click", function() {
                // $(".make").val($(this).attr("data-id")).trigger("change")
                        // e("model", 'cars', $(this).attr("data-name"), null, !1)
            }),
            $(".engine").change(function() {
                var e = $(this).val();
                $.ajax({
                    type: "GET",
                    data: {
                        type: $('.type').val(),
                        id: e,
                        lang_id: 1                    },
                    url: 'https://files.rg-racing-sp.com/chiptuning/ajax/vehiclemeta',
                    beforeSend: function() {},
                    error: function(e, t) {
                        alert('System error, please refresh page and try again.')
                    },
                    success: function(e) {
                        type = $('.type').val();
                        make = $('.make').find(":selected").attr("data-name");
                        model = $('.model').find(":selected").attr("data-name");
                        engine = $('.engine').val();


                            renderDataVehicle(type, engine);

                            // set data select small
                $(".mfilter_second .mengine").val(engine);
                
                       // window.open('https://files.rg-racing-sp.com/chiptuning?type='+type+'&make='+make+'&model='+model+'&engine='+engine+'', "_blank");
                    }
                })
            })

            function fileExists(url) {
                if(url){
                    var req = new XMLHttpRequest();
                    req.open('GET', url, false);
                    req.send();
                    return req.status==200;
                } else {
                    return false;
                }
            }

            // function render vehicle data
            function renderDataVehicle(t, o) {
                $.ajax({
                    type: "GET",
                    data: {
                        type: t,
                        id: o,
                        lang_id: 1                    },
                    url: 'https://files.rg-racing-sp.com/chiptuning/ajax/vehiclemeta',
                    beforeSend: function() {},
                    error: function(e, t) {
                        alert('please-refresh-page')
                    },
                    success: function(res) {
                        msg = res.vehicle;
                        data = res.vehicle_data;
                        options = res.available_options;
                        console.log(options)
                        if (msg.p_original2=='notshow') {
                            $('.stage2head,#csbph_stage2,#cstorque_stage2').remove();
                        }
                        show_enginetype = msg.enginetype+' - '+msg.power+'-'+'HP';
                        if (data.kilowatt!='' && data.kilowatt!=null) {
                            show_enginetype=show_enginetype+' - '+Math.round(data.kilowatt)+'-KW';
                        }

                        $('#csproductname').html(msg.make + " " + msg.model + " - " + show_enginetype);
                        $('#csbph_standard').html(msg.p_original1 + 'hp');
                        $('#csbph_stage1').html(msg.p_after_tuning1 + 'hp');
                        $('#csbph_stage2').html(msg.p_original2 + 'hp');
                        $('#csbph_different').html((msg.p_after_tuning1-msg.p_original1) + 'hp');
                        $('#cstorque_standard').html(msg.t_original1 + 'nM');
                        $('#cstorque_stage1').html(msg.t_after_tuning1 + 'nM');
                        $('#cstorque_stage2').html(msg.t_original2 + 'nM');
                        // $('#cstorque_eco').html(msg.t_originaleco + 'nM');
                        $('#cstorque_different').html((msg.t_after_tuning1-msg.t_original1) + 'nM');

                        chartindex1hp = parseInt(((msg.p_after_tuning1-msg.p_original1)*100)/msg.p_original1);
                        steko = parseInt(((msg.t_after_tuning1-msg.t_original1)*100)/msg.t_original1);
                        
                        $('#bph_mpercent').html('+' + chartindex1hp + '%');
                        $('#torque_mpercent').html('+' + steko + '%');
                        
                        if (!fileExists('https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/vehicles/' + msg.type.toLowerCase() + '/' + msg.Vehicle_Picture))
                        {
                            $('#car_image_area').attr('src', 'https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/vehicles/' + msg.type.toLowerCase() + '/' + 'LogoEPROM.png');
                        }
                        else
                        {
                            $('#car_image_area').attr('src', 'https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/vehicles/' + msg.type.toLowerCase() + '/' + msg.Vehicle_Picture);
                        }

                        var car_image_area = '<img class="mimage_car" src="vehicles/' + $("#type").val() + '/' + msg.Vehicle_Picture + '">';
                        
                        
                        $('#_logo_brand').attr('src', "https://rg-racing-wp.sitesdemo.xyz/wp-content/uploads/images/logos/" + msg.type.toLowerCase() + "/" + msg.imagesrc + "" );
                        $('#car_info_wrapper').css('display', 'block');

                        if (msg.build_generation == '' || msg.build_generation == null || msg.build_generation == undefined) {
                            $('#csgeneration_tr').css('display','none');
                        }else {
                            $('#csgeneration_tr').css('display','table-row');
                        }

                        if (data.engine_code == '' || data.engine_code == null || data.engine_code == undefined) {
                            $('#csenginecode_tr').css('display','none');
                        }else {
                            $('#csenginecode_tr').css('display','table-row');
                        }

                        $('#cstype').html($('.type option:selected').text());
                        $('#csmake').html(msg.make);
                        $('#csgeneration').html(msg.build_generation);
                        $('#csmodel').html(msg.model);
                        $('#csfuel').html(msg.fuel);
                        $('#csenginetype').html(msg.enginetype);
                        $('#csenginecode').html(data.engine_code);
                        $('#detail_info').css('display', 'block');
                        
                        
                        optionHtml = '';
                        if (options.length==0) {
                            $('.available_solutions').css('display','none');
                        }
                        else
                        {
                            $('.available_solutions').css('display','table');
                            options.forEach((key,f)=>{
                            optionHtml += `
                                        <tr>
                                            <td class="border">`+key.name+`: <span class="mbold">YES</span></td>
                                        </tr>`;
                            });
                            $('.available_solutions tbody').html(optionHtml);    
                        }
                        

                        $("#result__render-vehicle").slideDown("slow");
                        
                        if (data.rpm_value_chart != undefined && data.ori_nm_chart != undefined && data.ori_bhp_chart != undefined && data.tune_nm_chart != undefined) {
                            console.log('showing');
                            $('.js-chart--vehicle').renderVehicleChart(
                                data.rpm_value_chart,
                                data.ori_nm_chart,
                                data.ori_bhp_chart,
                                data.tune_nm_chart,
                                data.tune_bhp_chart
                            );
                        }



                    }
                })
            }


            // load select 2
            
            
            // select type small
            $(".filterarea .car-type-selection a").click(function() {
                $('.car-type-selection a').css('opacity', '1');
                $(this).css('opacity', '0.5');
                $('.car-type-selection a').removeClass("mtype_selected");
                $(this).addClass("mtype_selected");

                $(".mmake").html("<option>Select</option>"),
                $(".mmodel").html("<option>Select</option>"),
                $(".mengine").html("<option>Select</option>"),
                e("make", $(this).data("type"), null, null, !0);

                $('.type').val($(this).data("type"));
                $('.type').trigger('change');
            });
            // // select make small
            $(".filterarea .mmake").change(function() {
                $(".mmodel").html("<option>Select</option>"),
                $(".mengine").html("<option>Select</option>"),
                
                e("model", $(".mtype_selected").data("type"), $(this).find(":selected").attr("data-name"), null,  !0);
            
                $('.make').val($(this).find(":selected").val());
                $('.make').trigger('change');
            });
            // select model small
            $(".filterarea .mmodel").change(function() {
                $(".mengine").html("<option>Select</option>"),
                e("engine_type", $(".mtype_selected").data("type"), $('.mmake').find(":selected").attr("data-name"), $(this).find(":selected").attr("data-name"), !0);
                
                $('.model').val($(this).find(":selected").val());
                $('.model').trigger('change');
            });
            // select make small
            $(".filterarea .mengine").change(function() {
                renderDataVehicle($(".mtype_selected").data("type"), $(this).val());

                $('.engine').val($(this).find(":selected").val());
                $('.engine').trigger('change');
            });



            // load data search detail
            var i_type = $('.js-input-url_type').val();
            var i_make = $('.js-input-url_make').val();
            var i_model = $('.js-input-url_model').val();
            var i_engine = $('.js-input-url_engine').val();
            if (i_type && i_make && i_model && i_engine) {
                $('.type').val(i_type);
                $('.type').trigger('change');
                getDataVehicle("make", i_type, null, null, i_make, !0);
                getDataVehicle("model", i_type, i_make, null, i_model, !0);
                getDataVehicle("engine_type", i_type, i_make, i_model, i_engine, i_engine, !0);
                renderDataVehicle(i_type, i_engine);
            }
            

        })

    </script>
    
    	{"id":10025,"date":"2021-10-11T13:05:45","date_gmt":"2021-10-11T11:05:45","guid":{"rendered":"https:\/\/rg-racing-wp.sitesdemo.xyz\/?page_id=10025"},"modified":"2026-03-30T09:21:18","modified_gmt":"2026-03-30T07:21:18","slug":"home","status":"publish","type":"page","link":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/","title":{"rendered":"home2"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n<p><img decoding=\"async\" width=\"640\" height=\"60\" src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/logo-l-768x72.png\" alt=\"\" srcset=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/logo-l-768x72.png 768w, https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/logo-l-300x28.png 300w, https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/logo-l-1024x96.png 1024w, https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/logo-l.png 1145w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>SOFTWARE PERFORMANCE<\/h2>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/elementor\/thumbs\/banner-chip-1-peg16k45gqiwnq78l4haih83xw73hzs6ljct6vkutc.png\" title=\"banner-chip\" alt=\"banner-chip\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h1>CONFIGURATORE TUNING<\/h1>\n<h4>The information in our tuning list are recommendations, since we adapt our software individually to your wishes, these can also vary up or down.<\/h4>\n\n<h1>OPZIONI POSSIBILI<\/h1>\n\t\t\t\t<style>\t\t\t\n\t\t\t#wpls-logo-showcase-slider-1 .wpls-fix-box,\n\t\t\t#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image{max-height:250px; }\n\t\t<\/style>\n\t\t<div class=\"wpls-logo-showcase-slider-wrp wpls-logo-clearfix \" data-conf=\"{&quot;slides_column&quot;:&quot;5&quot;,&quot;slides_scroll&quot;:1,&quot;dots&quot;:&quot;false&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;autoplay&quot;:&quot;false&quot;,&quot;autoplay_interval&quot;:2000,&quot;loop&quot;:&quot;true&quot;,&quot;rtl&quot;:&quot;false&quot;,&quot;speed&quot;:1000,&quot;center_mode&quot;:&quot;true&quot;,&quot;lazyload&quot;:&quot;&quot;}\">\n\t\t\t<div class=\"wpls-logo-showcase logo_showcase wpls-logo-slider  wpls-design-1 wpls-center sliderimage_hide_border wpls-dots-false\" id=\"wpls-logo-showcase-slider-1\" >\n\t\t\t\t\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dsg-red.png\" title=\"dsg-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dsg.png\" title=\"dsg-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">DSG REMAP <br> <p class='slide-description'>Adaptation of the transmission software in different variants (shift times, deactivate forced downshifts, increase launch control&#8230;)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/startstop-red.png\" title=\"startstop-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/startstop.png\" title=\"startstop-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">START STOP<br> <p class='slide-description'>Deactivating or reversing the start \/ stop function.<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/exhaust-red.png\" title=\"exhaust-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/exhaust.png\" title=\"exhaust-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">EXHAUST VALVES OPEN<br> <p class='slide-description'>Complete opening of the exhaust flaps in sport &#8211; dynamic mode.<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/sport-red.png\" title=\"sport-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/sport.png\" title=\"sport-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">MAP ON SPORT<br> <p class='slide-description'>Performance increase can only be programmed on the sports button.<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dashboad-red.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dashboad.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">ROTATIONAL SPEED<br> <p class='slide-description'>Increase or decrease the engine speed.<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/DTC-red.png\" title=\"DTC-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/DTC.png\" title=\"DTC-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">DTC REMOVAL<br> <p class='slide-description'>Deactivate removal of various error messages including emergency functions (according to customer agreement)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/catalysto2-red.png\" title=\"catalysto2-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/catalysto2.png\" title=\"catalysto2-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">LAMBDA REMOVAL<br><p class='slide-description'> Deactivaion of the lambda probes even with broken probes including error suppression (downpipe adjustment)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/pops-red.png\" title=\"pops-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/pops.png\" title=\"pops-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">POPS AND BANGS <br><p class='slide-description'>Deactivating the overrun fuel cut-off (creates a popping effect when the accelerator pedal is released, as in rally vehicles)<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/dpf\/\" target=\"_self\">\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dpr-red.png\" title=\"dpr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dpr.png\" title=\"dpr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">DPF REMOVAL <br> <p class='slide-description'>Deactivation of the particle filter.<\/p><\/div>\n\t\t\t\t\t <\/a>\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/egr\/\" target=\"_self\">\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/egr-red.png\" title=\"egr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/egr.png\" title=\"egr-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">EGR REMOVAL <br> <p class='slide-description'>Deactivation of the EGR valve.<\/p><\/div>\n\t\t\t\t\t <\/a>\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/ad-blue\/\" target=\"_self\">\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/adblue-red.png\" title=\"adblue-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/adblue.png\" title=\"adblue-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">ADBLUE REMOVAL <br> <p class='slide-description'>Deactivation of the ADBLUE system!<\/p><\/div>\n\t\t\t\t\t <\/a>\t<\/div>\n\n<\/div>\n<div class=\"wpls-logo-cnt\">\n\t<div class=\"inner-slide\">\n\t\t\n\t\t\t\t\t<div class=\"wpls-fix-box\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-red\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dashboad-red.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"wp-post-image slide-white\"  src=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/wp-content\/uploads\/2021\/10\/dashboad.png\" title=\"dashboad-red\" alt=\"\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"logo-title\">CUSTOM REMAP <br><p class='slide-description'> Individual Software adaptation for your engine control unit!<\/p><\/div>\n\t\t\t\t\t\t<\/div>\n\n<\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\n\t\t\n<h1>I NOSTRI SERVIZI<\/h1>\n<p>\t\t\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/it\/stuetzpunkte\/\" tabindex=\"-1\" aria-label=\"TROVA UNA SEDE\"><br \/>\n\t\t\t\t\t\t\t\t<\/a><\/p>\n<h2>\n\t\t\t\t\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/it\/stuetzpunkte\/\" ><br \/>\n\t\t\t\t\t\t\tTROVA UNA SEDE\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h2>\n<p>\n\t\t\t\t\t\tSei interessato a uno dei nostri prodotti?<br \/>\nQui trovi i nostri punti di vendit\u00e0!\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/it\/garantie\/\" tabindex=\"-1\" aria-label=\"GARANZIA TUNING\"><br \/>\n\t\t\t\t\t\t\t\t<\/a><\/p>\n<h2>\n\t\t\t\t\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/it\/garantie\/\" ><br \/>\n\t\t\t\t\t\t\tGARANZIA TUNING\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h2>\n<p>\n\t\t\t\t\t\tGARANZIA solo sul software? <br \/>Non da noi!<br \/>L&#8217;affidabilit\u00e0 dei nostri Software ci permette di offrire ai clienti una garanzia opzionale di motore!\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/shop.rg-racing-sp.com\/it\" target=\"_blank\" tabindex=\"-1\" aria-label=\"ONLINE SHOP\"><br \/>\n\t\t\t\t\t\t\t\t<\/a><\/p>\n<h2>\n\t\t\t\t\t\t<a href=\"https:\/\/shop.rg-racing-sp.com\/it\" target=\"_blank\" ><br \/>\n\t\t\t\t\t\t\tONLINE SHOP\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h2>\n<p>\n\t\t\t\t\t\tIl nostro shop \u00e8 in fase di ultimazione, ma gi\u00e0 da adesso trovate diversi prodotti innovativi!\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/it\/partner-werden\/\" tabindex=\"-1\" aria-label=\"FRANCHISING\"><br \/>\n\t\t\t\t\t\t\t\t<\/a><\/p>\n<h2>\n\t\t\t\t\t\t<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/it\/partner-werden\/\" ><br \/>\n\t\t\t\t\t\t\tFRANCHISING\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h2>\n<p>\n\t\t\t\t\t\tSei interessato a collaborare con noi? Sei un&#8217; officina o hai un negozio di ricambi e vorresti offrire ai tuoi clienti il servizio di mappatura? <br \/>Contattaci<\/p>\n<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/www.facebook.com\/pg\/rgracingsp\/reviews\/\" tabindex=\"-1\" aria-label=\"COSA PENSANO DI NOI\"><br \/>\n\t\t\t\t\t\t\t\t<\/a><\/p>\n<h2>\n\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/pg\/rgracingsp\/reviews\/\" ><br \/>\n\t\t\t\t\t\t\tCOSA PENSANO DI NOI\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h2>\n<p>\n\t\t\t\t\t\tEcco cosa pensano i nostri clienti di noi e dei nostri lavori!\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"https:\/\/www.drive-elements.com\/\" target=\"_blank\" tabindex=\"-1\" aria-label=\"DRIVE ELEMENTS\"><br \/>\n\t\t\t\t\t\t\t\t<\/a><\/p>\n<h2>\n\t\t\t\t\t\t<a href=\"https:\/\/www.drive-elements.com\/\" target=\"_blank\" ><br \/>\n\t\t\t\t\t\t\tDRIVE ELEMENTS\t\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t<\/h2>\n<p>\n\t\t\t\t\t\tGuida con noi sulle strade pi\u00f9 belle delle Dolomiti! Senza traffico, senza autostrada e senza<br \/>\nsuperelevate, ma in cambio curve e giri senza limiti \u2013 questo sono le<br \/>\nDolomiti!\t\t\t\t\t<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SOFTWARE PERFORMANCE CONFIGURATORE TUNING The information in our tuning list are recommendations, since we adapt our software individually to your wishes, these can also vary up or down. OPZIONI POSSIBILI I NOSTRI SERVIZI TROVA UNA SEDE Sei interessato a uno dei nostri prodotti? Qui trovi i nostri punti di vendit\u00e0! GARANZIA TUNING GARANZIA solo sul<a href=\"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/logoshowcase\/custom-remap-individuelle-softwareanpassung-fur-ihr-motorsteuergerat\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-10025","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["de","it","en"],"languages":{"de":{"title":true,"content":true,"excerpt":false},"it":{"title":true,"content":true,"excerpt":false},"en":{"title":true,"content":true,"excerpt":false}}},"_links":{"self":[{"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/pages\/10025","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/comments?post=10025"}],"version-history":[{"count":334,"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/pages\/10025\/revisions"}],"predecessor-version":[{"id":11132,"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/pages\/10025\/revisions\/11132"}],"wp:attachment":[{"href":"https:\/\/rg-racing-wp.sitesdemo.xyz\/en\/wp-json\/wp\/v2\/media?parent=10025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}