.only_desktop{
    display: none;
}
.title{
    font-size: 48px;
}
.title.xl{
    font-size: 68px;
}
.space{
    clear: both;
    height: 60px;
}
.gap_def{
    gap: 60px;
}
.gap_reduce_mobile{
    gap: 30px;
}
header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
header .flex > div {
    flex: 0 0 100%;
    order: 3;
}
header .flex > .wrap_logo {
    order: 0;
    flex: 0 0 auto;
    margin-right: auto;
}
header .flex > .only_mobile {
    order: 1;
    flex: 0 0 auto;
    text-align: right;
}
header .btn_menu{
    position: relative;
    width: 63px;
    text-align: center;
}
header .btn_menu::after{
    content: 'MENU';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header .logo{
    font-size: 22px;
}
header .flex p{
    font-size: 22px;
}
header .flex > div:not(.wrap_logo):not(.only_mobile) {
    display: none;
}
body.menu_opened header .flex > div:not(.wrap_logo):not(.only_mobile) {
    display: flex;
}
body.menu_opened header .btn_menu::after{
    content: 'CHIUDI';
}
.subheader_home{
    margin-top: 70px;
    height: calc(100svh - 70px);
}
.subheader_home .info p{
    font-size: 21px;
    line-height: 1.3;
}
.eq, .auto_grow{
    flex-direction: column;
}
.eq > div, .auto_grow > div{
    flex: 0 0 100%;
    overflow: hidden;
}
.history_row{
    gap: 0px;
}
.history_row > p{
    padding-left: 40px;
} 
.history_row::before {
    top: 28px;
    width: 60px;
    height: 60px;
}
.history_row::after {
    left: 27.5px;
    width: 5px;
}
.history_row:first-of-type::after {
    top: 40px;
    height: 100%;
}
.history_row:last-of-type::after {
    bottom: calc(100% - 40px);
    height: 100%;
    top: unset;
}
.history_row .title{
    margin-bottom: 20px;
}
.bck_abs {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1;
    width: 300px;
    max-width: 100%;
    opacity: .2;
}
.bck_abs.sp_top {
    top: 950px;
}
footer .pnrr img{
    height: 70px;
}
footer .pnrr .regione_liguria{
    height: 90px;
}
footer .pnrr .rusci{
    height: 100px;
}
@media screen and (max-width: 800px){
    footer .pnrr .wrap_logos{
        display: flex;
        flex-flow: column;
    }
}
