
.header-nav {
    display: flex;
    font-family: 'Montserrat', sans-serif;
}

.header-nav__photo-link {
    text-decoration: none;
    border-bottom: 0;
}

.header-nav__photo {
    flex: none;
    border-radius: 50%;
    margin-right: 12px;
}

.header-nav__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;

    line-height: 1;
    list-style: none;
}

.header-nav__item:not(:last-child) {
    margin-right: 24px;
}

.header-nav__item_current {
    font-weight: bold;
}

.header-nav__item_home .header-nav__link {
    border-bottom: none;
}