.white-link {
    display: inline-block;
    width: auto;
    border-bottom: 3px solid transparent;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -ms-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
}

.statistical__count{
    white-space: nowrap;
}

.white-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}