.vehicle_events {
    width: 100%;
    overflow: hidden;
}
.vehicle_events .images {
    position: relative;
    margin-bottom: -80px;
    z-index: 1;
}
.vehicle_events .images.not {
    margin-bottom: 60px;
}
.vehicle_events .images div.box_item {
    padding-left: .25rem;
    padding-right: .25rem;
}
.vehicle_events .images img {
    width: 100%;
}
.vehicle_events .images .slick-prev,
.vehicle_events .images .slick-next {
    font-family: 'Font Awesome 5 Pro';
    text-indent: -200px;
    overflow: hidden;
    position: absolute;
    height: 3rem;
    width: 3rem;
    top: 50%;
    margin-top: -1.5rem;
    cursor: pointer;
    background: rgba(255,255,255,.8);
    border-radius: 50px;
    z-index: 2;
}
.vehicle_events .images .slick-prev:hover,
.vehicle_events .images .slick-next:hover,
.vehicle_events .images .slick-prev:active,
.vehicle_events .images .slick-next:active {
    background: rgba(255,255,255,.9);
    color: #000;
}
.vehicle_events .images .slick-prev::before,
.vehicle_events .images .slick-next::before {
    position: absolute;
    left: .75rem;
    top: .75rem;
    text-indent: 0;
    font-size: 1.5rem;
}
.vehicle_events .images .slick-prev {
    left: 50px;
}
.vehicle_events .images .slick-next {
    right: 50px;
}
.vehicle_events .images .slick-prev::before {
    content: '\f060';
}
.vehicle_events .images .slick-next::before {
    content: '\f061';
}
.vehicle_events .images .slick-dots {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.vehicle_events .images .slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.625rem;
    padding: 0;
    cursor: pointer;
    background: transparent;
}
.vehicle_events .images .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #5c646e;
    border-radius: 3.125rem;
}
.vehicle_events .images .slick-dots li.slick-active button {
    background: #000;
}


.vehicle_events .infos {
    position: relative;
    z-index: 2;
}
.vehicle_events .infos h1 {
    font-size: 2em;
    font-weight: 800;
    margin: -0.9375rem 0 0;
}
.vehicle_events .infos h2 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 20px;
}
.vehicle_events .infos .value_top {
    font-size: 2rem;
    font-weight: 800;
    padding: .7rem 0;
    display: none;
}
.vehicle_events .infos .detail {
    color: #78838a
}
.vehicle_events .infos .description {
    color: #78838a;
    padding-top: 3rem;
}
.vehicle_events .infos .detail b,
.vehicle_events .infos .description strong {
    font-size: 0.875rem;
    display: block;
    color: #3c4247;
}

.vehicle_events .infos .additional {
    font-size: 0.875rem;
    color: #78838a;
}
.vehicle_events .infos .additional i {
    color: #017cd1;
    font-size: 0.75rem;
    margin-right: 3px;
}

.vehicle_events .infos .privacy_policy .text {
    color: #78838a;
    font-size: 0.875rem;
}

.vehicle_events .box {
    border-radius: 5px;
    background-color: #fff;
    padding: 45px 40px;
    margin-bottom: 1rem;
}
.vehicle_events .content .box {
    margin-right: 16px;
}

.vehicle_events .forms .box {
    position: relative;
    padding: 0;
    top: 0;
}
.vehicle_events .forms .value {
    text-align: center;
    border-bottom: solid 2px #f0f2f5;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1.5625rem 0;
}
.vehicle_events .forms .value span {
    position: relative;
    top: -0.6rem;
}
.vehicle_events .forms .value strong {
    font-size: 32px;
    font-weight: 800;
}
.vehicle_events .forms form {
    padding: 40px 30px 45px;
    max-width: 600px;
    margin: 0 auto;
}
.vehicle_events .forms form input,
.vehicle_events .forms form textarea,
.vehicle_events .forms form button {
    width: 100%;
    background: #f0f2f5;
    border: none;
    margin-top: 7px;
    padding: 15px;
    font-size: 0.875rem;
}
.vehicle_events .forms form textarea {
    height: 130px;
}

/* Medium */
@media (max-width:1024px) {
    .vehicle_events .content .box {
        margin-right: 0;
    }

    .vehicle_events .infos .value_top {
        display: block;
    }
    .vehicle_events .infos .value {
        display: none;
    }
}

/* Small */
@media (max-width:640px) {
    .vehicle_events .images {
        margin-bottom: 22px;
    }
    .vehicle_events .box {
        padding: 30px 20px;
    }
    .vehicle_events .images .slick-prev, 
    .vehicle_events .images .slick-next {
        display: none !important;
    }
    .vehicle_events .images .slick-dots {
        bottom: 25px;
    }
}