.top-phone {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 6;
    display: inline-block;

}

.top-phone a {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    color: #6974a3;
    transition: color 0.15s linear;
}

.top-phone a:hover {
    color: #5e4abb;
}