.menu-header{
    position: absolute;
    top: 21px;
    left: 46%;
}

.header__links{
    display: flex;
    align-items: center;
    gap: 40px;
}

.header__button{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    background-color: #0078DC;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-decoration:none;
}

.bullit::before{
    display: none !important;
}

@media screen and (max-width: 994px) {
    .menu-header{
        position: absolute;
        top: 28px;
        right: 72px;
        left: auto;
    }

    .header__links{
        gap: 16px;
    }
}

@media screen and (max-width: 450px) {
    .header__button span{
        display: none;
    }
}
