.top .top-menu {
    padding: 0;
    position: absolute;
    top: 50px;
    right: 120px;
    transform: none;
    transition: none;
    transition-delay: unset;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    width: 520px;
    text-align: right;
}
.top .facebook-btn {
    position: absolute;
    top: 60px;
    right: 20px;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
}

/* MOBILE */
.mobile .top-menu {
    top: 36px;
    right: 30px;
    width: 800px;
    transform: none;
    transition: none;
    transition-delay: unset;
    overflow: hidden;
    opacity: unset;
}
.mobile .facebook-btn {
    position: absolute;
    top: 75px;
    right: 30px;
    transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -moz-transform: scale(2.5);
    transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
}
.calculator.mobile .top-menu {
    top: 15px;
    right: 35px;
}
.calculator.mobile .facebook-btn {
    right: 30px;
}

body.mobile .top .video.container .main-headline {
    margin-top: 30px;
}