www.csitrolley.com Open in urlscan Pro
194.28.116.118  Public Scan

Submitted URL: https://csitrolley.com/
Effective URL: https://www.csitrolley.com/
Submission: On June 06 via api from US — Scanned from IT

Form analysis 7 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Preferences</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Statistics</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

POST assets/mail/contact.php

<form action="assets/mail/contact.php" method="POST" class="contact-form">
  <div class="col-md-12">
    <div class="row">
      <div class="form-group">
        <input class="form-control" id="name" name="name" placeholder="Nome*" type="text">
        <span class="alert-error"></span>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="row">
      <div class="form-group">
        <input class="form-control" id="email" name="email" placeholder="Email*" type="email">
        <span class="alert-error"></span>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="row">
      <div class="form-group">
        <input class="form-control" id="phone" name="phone" placeholder="Telefono*" type="text">
        <span class="alert-error"></span>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="row">
      <div class="form-group comments">
        <textarea class="form-control" id="comments" name="comments" placeholder="Parlaci del Tuo Progetto*"></textarea>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="row">
      <div class="form-group comments">
        <input class="form-check-input" id="privacy" name="privacy" type="checkbox" style="min-height: 0px;">
        <label class="form-check-label" for="privacy"> Ai sensi del Regolamento (UE) 679/2016 GDPR e del D.Lgs. 30 giugno 2003 n. 196 cosi come modificato dal D.Lgs. 101/2018, previa presa visione
          dell'<a href="privacy-policy-it.html" target="_blank" style="color: blue;">informativa sul trattamento dei dati personali</a> </label>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="row">
      <button type="submit" name="submit" id="submit"> INVIA MESSAGGIO <i class="fa fa-paper-plane"></i>
      </button>
    </div>
  </div>
  <!-- Alert Message -->
  <div class="col-md-12 alert-notification">
    <div id="message" class="alert-msg"></div>
  </div>
</form>

Text Content

Powered by Cookiebot
 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


THIS WEBSITE USES COOKIES

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners who may combine it
with other information that you’ve provided to them or that they’ve collected
from your use of their services.

Consent Selection
Necessary

Preferences

Statistics

Marketing

Show details
 * Necessary 2
   
   Necessary cookies help make a website usable by enabling basic functions like
   page navigation and access to secure areas of the website. The website cannot
   function properly without these cookies.
    * Cookiebot
      2
      Learn more about this provider
      1.gifUsed to count the number of sessions to the website, necessary for
      optimizing CMP product delivery.
      Expiry: SessionType: Pixel
      CookieConsentStores the user's cookie consent state for the current domain
      Expiry: 1 yearType: HTTP

 * Preferences 0
   
   Preference cookies enable a website to remember information that changes the
   way the website behaves or looks, like your preferred language or the region
   that you are in.
   
   We do not use cookies of this type.

 * Statistics 0
   
   Statistic cookies help website owners to understand how visitors interact
   with websites by collecting and reporting information anonymously.
   
   We do not use cookies of this type.

 * Marketing 2
   
   Marketing cookies are used to track visitors across websites. The intention
   is to display ads that are relevant and engaging for the individual user and
   thereby more valuable for publishers and third party advertisers.
    * Google
      2
      Learn more about this provider
      _gaUsed to send data to Google Analytics about the visitor's device and
      behavior. Tracks the visitor across devices and marketing channels.
      Expiry: 2 yearsType: HTTP
      _ga_#Used to send data to Google Analytics about the visitor's device and
      behavior. Tracks the visitor across devices and marketing channels.
      Expiry: 2 yearsType: HTTP

 * Unclassified 0
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
   
   We do not use cookies of this type.

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 24/05/24 by Cookiebot



[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]


Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your
consent.


Do not sell or share my personal information
Deny Allow selection Customize

Allow all
Powered by Cookiebot by Usercentrics

 * 
 * 


 * HOME
 * ABOUT
 * SERVIZI
 * PRODOTTI
 * CONTATTI

CHI SIAMO

Facendo leva sul gruppo di appartenenza e innesti di competenze innovative nasce
la «Cairate Sviluppi Industriali» che ha per obiettivo quello di sviluppare e
costruire nuove soluzioni per il servizio on board e la gestione smart del
catering.

UFFICI

 * +39 0331 311602
 * 21052 Busto Arsizio (VA) Italy
 * sales@csitrolley.com

ORARI

 * LUN - VEN 9:00 - 21:00
 * SABATO 10:00 - 16:00

SEGUICI SU

 * 
 * 
 * 


IL CARRELLO
CHE NON C'ERA

DALL’ESPERIENZA DELLA DANTE BERTONI, NASCE LA CSI TROLLEY CON LA MISSIONE DI
INNOVARE L’EROGAZIONE DEL CATERING A BORDO TRENO
MIX DI ESPERIENZA ED INNOVAZIONE A SERVIZIO DEI NOSTRI CLIENTI

DALL’ESPERIENZA DELLA DANTE BERTONI, NASCE LA CSI TROLLEY CON LA MISSIONE DI
INNOVARE L’EROGAZIONE DEL CATERING A BORDO TRENO
MIX DI ESPERIENZA ED INNOVAZIONE A SERVIZIO DEI NOSTRI CLIENTI

Previous Next


CSI TROLLEY

Dall’esperienza della Dante Bertoni, che realizza soluzioni per la
movimentazione di materiali da oltre un secolo, nasce la CSI Trolley. La CSI
Trolley realizza soluzioni personalizzate per la gestione del servizio a bordo
treno al posto passeggero.



Mission
Evolvere l'esperienza di catering a bordo treno, offendo soluzioni rivolte a
migliorare l'efficienza operativa e al contempo arricchire l'esperienza di
viaggio dei passeggeri.



Strategia
Sviluppare un sistema modulare che consenta di realizzare carrelli con
funzionalità evolute in continuo aggiornamento e configurazioni personalizzabili
su richiesta del cliente.


I NOSTRI SERVIZI

Sviluppo e innovazione prodotto per soluzioni customizzate dedicate al servizio
e la gestione del catering.

FUNZIONALITÀ EVOLUTE IN CONTINUO AGGIORNAMENTO

CONFIGURAZIONI PERSONALIZZABILI
 

DIMENSIONI PERSONALIZZABILI
 





I NOSTRI PRODOTTI

Carrello per servizio on board

Tutti Struttura Design Particolari


IMPIANTI DI PRODUZIONE

Via dei Pellegrini, 2
21050 Cairate (VA)
Italy

EMAIL

sales@csitrolley.com

TELEFONO

+39 0331 311602


PARLACI DEL TUO BUSINESS

Ai sensi del Regolamento (UE) 679/2016 GDPR e del D.Lgs. 30 giugno 2003 n. 196
cosi come modificato dal D.Lgs. 101/2018, previa presa visione dell'informativa
sul trattamento dei dati personali
INVIA MESSAGGIO



© Copyright 2024 Cairate Sviluppi Indutriali S.r.l. - P.IVA 03946520123 |
Privacy & Cookie Policy | Powered By Doctype