﻿.topLogo:not(.blackLogoMenu){
    display:none !important;
}
@media screen and (max-width:961px) {
    header.visibleHeader nav {
        top: 110px !important;
        /*top: 230px;*/
    }
}
@media screen and (max-width:680px) and (orientation:landscape) {
    header {
        height: 74px !important;
    }

    .hambButton, .need, .realHamb, a.topLogo {
        top: 20px
    }

    .lang {
        top: 50px
    }
}