@media only screen and (max-width: 1199px){
    .header-v5 .logo {
        width: 70px;
    }
}

@media only screen and (max-width: 991px){
    .header-v5 .logo {
        padding-top: 0;
        width: 100%;
    }
}


.header-v5{
    padding-top: 10px;
}

.navi-desktop-site{
    padding-top: 10px;
}

#to-the-top {
    bottom: 185px;
}
