.header__signup {
    margin-left: 0 !important;
    color: #fff;
        background: linear-gradient(180deg, #fadb93 0%, #d28e47 100%);
    font-weight: 700;
    font-size: 15px;
    padding: 16px 32px;
    width: 129px;
    height: 53px;
    border-radius: 40px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}