.header__info__left__routing {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    white-space: nowrap;
}
.header__info__left__routing li a {
    color: #717171;
}
.header__info__left__routing li a:hover {
    *text-decoration: underline;
}