
.pagina_assistenza_cnt {
    padding-top: 30px;
    padding-bottom: 30px;
}

.assistenza-intro-expander {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 15px 0;
}

.assistenza-intro-body,
.mobility-service-content {
    display: none;
    transition: all .2s ease-in-out;
}

.mobility-service-title i {
    transition: all .2s ease-in-out;
}

.mobility-service-title i.active {
    transform: rotate(180deg);
}

.filtro-sede-selector-wrap {
    text-align: center;
    margin: 30px 0;
}

.filtro-sede-selector-wrap select {
    background: #fff;
}

.filtro-sede-desktop {
    display: none;
}

.bannerEmergency {
    background-color: #e9530d;
    color: #fff;
    padding: 70px 0;
}

.bannerEmergency h3 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

#allLookbookList .boxVeicoloPromo:nth-child(5n) {
    margin-right: 0;
}

#allLookbookList .boxVeicoloPromo .counters,
#allLookbookList .boxVeicoloPromo .prontaconsegna {
    display: none !important;
}

.showAllLB {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 20px 0 10px;
}

.showAllLB span {
    cursor: pointer;
}

#contenitore_gmaps {
    height: 0;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

#contenitore_gmaps.active {
    height: auto;
    border-bottom: 0;
    padding-bottom: 0;
}

#carousel-commenti .lightSlider {
    height: auto !important;
}

@media (max-width: 768px) {
    #carousel-home-top {
        aspect-ratio: 1.23 / 1;
        overflow: hidden;
        width: 100%;
    }

    .contenitore_contatti .contenitore-contatti-title,
    .contenitore_contatti #switch,
    .contenitore_contatti .switch_content {
        display: none !important;
    }

    .bannerEmergency {
        padding: 30px 0;
    }

    .bannerEmergency h3 {
        font-size: 24px;
    }

    .iscompanymobile {
        margin-bottom: 20px;
    }

    .iscompanymobile label span {
        margin-top: 7px !important;
    }
}

@media (min-width: 768px) {
    .pagina_assistenza_cnt {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .assistenza-intro-expander {
        display: none;
    }

    .assistenza-intro-body {
        display: block !important;
    }

    .filtro-sede-selector-wrap {
        display: none;
    }

    .filtro-sede-desktop {
        margin-bottom: 15px;
        display: block;
    }
}