.header__down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
}

.header__down-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__down-list--item-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.header__down-list--item {
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: all .7s;
}

.header__down-list--item:hover {
    border-bottom: 2px solid var(--color-yellow);
}

.header__down-list--item:not(:last-child) {
    margin-right: 60px;
}
.mobile-point {
    display:none;
}
