.u-header__navbar-nav .u-header__nav-link:empty {
    display: none;
}

.badge.tip {
    /*border-radius: 5px;*/
    font-size: 14px;
    font-weight: 700;
    padding: 10px !important;
    position: relative;
    /*margin-left: 15px;*/

    position: absolute;
    top: -80px;
    padding: 20px !important;
    border-radius: 10px;
    left: 80px;
}

.badge.tip span {
    z-index: 1;
    position: relative;
}

.badge.tip:before {
    content: '';
    /*width: 14px;*/
    /*height: 14px;*/
    /*background: #77838f;*/
    /*display: block;*/
    position: absolute;
    /*left: -7px;*/
    /*transform: rotate(45deg);*/

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #77838f transparent transparent transparent;

    bottom: -15px;
}

@media (max-width: 767px) {
}
