---
layout: default
title: meta.titles.technical_advice
description: meta.descriptions.technical_advice
permalink: /consulenza/
permalink_en: /technical-advice/
tags: unitoo consulenza software hardware sicurezza informatica
---
<section class="jumbotron jumbotron-fluid bg-transparent">
    <div class="container">
        <h1 class="text-center">{% t technical_advice.title %}</h1>
        <hr class="border-primary mb-5">
        <p>{% t technical_advice.text %}</p>
    </div>
</section>

<section class="bg-white pt-5 pb-5">
    <div class="container">
        <h1 class="text-center">{% t technical_advice.how_to_buy_title %}</h1>

        <hr class="border-primary mb-5">

        <p class="mt-5 text-center">{% t technical_advice.how_to_buy_text %}</p>
    </div>
</section>

<aside class="aside bg-white">
    <div class="container">
        <div class="row">
            <h4 class="col-lg-8">
                {% t technical_advice.aside_helpdesk %}
            </h4>
            <div class="col text-lg-right">
                <a class="btn btn-secondary btn-lg ml-auto" target="_blank" rel="nofollow" href="https://helpdesk.unitoo.it">
                    <i class="fa-lifebuoy"></i>
                    {% t buttons.go_to_helpdesk %}
                </a>
            </div>
        </div>
    </div>
</aside>

<section class="pt-5 pb-5">
    <div class="container text-center">
        <h1>{% t technical_advice.prices_title %}</h1>

        <hr class="border-primary mb-5">

        <p class="mt-5">{% t technical_advice.prices_text %}</p>
        <br>
        <div class="row">
            <div class="col-12 col-lg-4 mb-5 mb-lg-0">
                <div class="card border-0">
                    <div class="card-body">
                        <h2>{% t technical_advice.prices.first_title %}</h2>
                        <p>{% t technical_advice.prices.first_text %}</p>
                        <hr>
                        <br>
                        <small>{% t technical_advice.start_from %}</small>
                        <h1 class="mb-0">120€</h1>
                        <small>1 mese</small>
                        <p class="mt-4">
                            {% t technical_advice.prices.first_description %}
                        </p>
                        <a class="btn btn-primary mt-4" href="{% link _pages/contacts.html %}">{% t buttons.contactsus %}</a>
                    </div>
                </div>
            </div>
            <div class="col-12 col-lg-4 mb-5 mb-lg-0">
                <div class="card border-success" style="border-width: 2px;">
                    <div class="card-body">
                        <h2>{% t technical_advice.prices.second_title %}</h2>
                        <i class="fa-star fa-lg mb-4 text-warning"></i>
                        <p>{% t technical_advice.prices.second_text %}</p>
                        <hr>
                        <br>
                        <small>{% t technical_advice.start_from %}</small>
                        <h1 class="mb-0">325€</h1>
                        <small>3 mesi</small>
                        <p class="mt-4">
                            {% t technical_advice.prices.second_description %}
                        </p>
                        <a class="btn btn-success mt-4" href="{% link _pages/contacts.html %}">{% t buttons.contactsus %}</a>
                    </div>
                </div>
            </div>
            <div class="col-12 col-lg-4">
                <div class="card border-0">
                    <div class="card-body">
                        <h2>{% t technical_advice.prices.third_title %}</h2>
                        <p>{% t technical_advice.prices.third_text %}</p>
                        <hr>
                        <br>
                        <small>{% t technical_advice.start_from %}</small>
                        <h1 class="mb-0">1150€</h1>
                        <small>1 anno</small>
                        <p class="mt-4">
                            {% t technical_advice.prices.third_description %}
                        </p>
                        <a class="btn btn-primary mt-4" href="{% link _pages/contacts.html %}">{% t buttons.contactsus %}</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<section class="text-center pt-5 pb-5 bg-white">
    {% include contacts.html %}
</section>